home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMSEARCHDLG / TFRMSEARCHDLG.txt
Encoding:
Text File  |  2005-02-07  |  2.1 KB  |  107 lines

  1. object frmSearchDlg: TfrmSearchDlg
  2.   Left = 471
  3.   Top = 278
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Find'
  7.   ClientHeight = 103
  8.   ClientWidth = 376
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     376
  22.     103)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TTntLabel
  26.     Left = 8
  27.     Top = 16
  28.     Width = 56
  29.     Height = 13
  30.     Caption = '&Text to find:'
  31.     Transparent = True
  32.   end
  33.   object Matchcase: TtntAutoSizeCheckBox
  34.     Left = 18
  35.     Top = 42
  36.     Width = 76
  37.     Height = 17
  38.     Caption = '&Match case'
  39.     TabOrder = 1
  40.   end
  41.   object Wholewords: TtntAutoSizeCheckBox
  42.     Left = 18
  43.     Top = 59
  44.     Width = 82
  45.     Height = 17
  46.     Caption = '&Whole words'
  47.     TabOrder = 2
  48.   end
  49.   object Findtext: TTntComboBox
  50.     Left = 80
  51.     Top = 8
  52.     Width = 289
  53.     Height = 23
  54.     DropDownCount = 12
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Arial Unicode MS'
  59.     Font.Style = []
  60.     ItemHeight = 15
  61.     ParentFont = False
  62.     TabOrder = 0
  63.   end
  64.   object Backward: TtntAutoSizeCheckBox
  65.     Left = 18
  66.     Top = 76
  67.     Width = 103
  68.     Height = 17
  69.     Caption = '&Backward search'
  70.     TabOrder = 3
  71.   end
  72.   object Button1: TMMTNTBItBtn
  73.     Left = 213
  74.     Top = 75
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akRight, akBottom]
  78.     Caption = '&OK'
  79.     Default = True
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBtnText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 4
  87.     OnClick = Button1Click
  88.   end
  89.   object CloseBtn: TMMTNTBItBtn
  90.     Left = 291
  91.     Top = 75
  92.     Width = 75
  93.     Height = 25
  94.     Anchors = [akRight, akBottom]
  95.     Cancel = True
  96.     Caption = '&Cancel'
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clBtnText
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ModalResult = 2
  103.     ParentFont = False
  104.     TabOrder = 5
  105.   end
  106. end
  107.